projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6964827
)
Correctly destroy mkshort handles.
author
robertl
<robertl>
Mon, 12 Sep 2005 20:39:01 +0000
(20:39 +0000)
committer
robertl
<robertl>
Mon, 12 Sep 2005 20:39:01 +0000
(20:39 +0000)
xcsv.c
patch
|
blob
|
history
diff --git
a/xcsv.c
b/xcsv.c
index 95f3e5d86b4fc7eef5001c1e503a11df6a6b0152..c8ac96721a6d68ca10f4e925148f3107305956b9 100644
(file)
--- a/
xcsv.c
+++ b/
xcsv.c
@@
-159,7
+159,7
@@
xcsv_destroy_style(void)
xfree(xcsv_file.extension);
if (xcsv_file.mkshort_handle)
-
xfre
e(xcsv_file.mkshort_handle);
+
mkshort_del_handl
e(xcsv_file.mkshort_handle);
/* return everything to zeros */
internal = xcsv_file.is_internal;